home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / WINPOEM.ARJ / MAKEFILE < prev    next >
Text File  |  1992-04-06  |  334b  |  16 lines

  1. # Makefile for WinPoem
  2.  
  3. winpoem.exe: winpoem.obj winpoem.def winpoem.res
  4.     tlink /Tw /v /n /c /m C:\BORLANDC\LIB\c0ws winpoem,\
  5.           winpoem,\
  6.           ,\
  7.           maths cwins cs import,\
  8.           winpoem
  9.     rc winpoem.res
  10.  
  11. .cpp.obj :
  12.     BCC -H -c -ms -v -W $<
  13.  
  14. .rc.res :
  15.     rc -r -iC:\BORLANDC\INCLUDE $<
  16.